; * lisp/international/mule.el (define-coding-system): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 1 May 2025 18:02:39 +0000 (21:02 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 1 May 2025 18:02:39 +0000 (21:02 +0300)
lisp/international/mule.el

index 8063ef68b7eda841e897797d2ceb0c67a4f9a477..ddb2894daee8bec48b87ee973a78366cff543558 100644 (file)
@@ -793,8 +793,9 @@ coding-system, to avoid infinite recursion.
 
 `:default-char'
 
-VALUE must be a character.  On encoding, a character not supported by
-the coding system is replaced with VALUE.
+VALUE must be a character.  On encoding, characters that are not
+supported by the coding system are each replaced with VALUE.  If
+not specified, the default is the space character #x20.
 
 `:for-unibyte'